toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.card
/
[jvm]CreditCards
Credit
Cards
public
interface
CreditCards
A data store for
credit cards
.
Members
Functions
add
Link copied to clipboard
public
abstract
String
add
(
CreditCard
creditCard
)
Adds a new record to the credit card store.
all
Link copied to clipboard
public
abstract
List
<
CreditCard
>
all
(
)
Returns all credit cards.
clear
Link copied to clipboard
public
abstract
void
clear
(
)
Clears all records in the store.
remove
Link copied to clipboard
public
abstract
void
remove
(
CreditCard
creditCard
)
Removes the credit from the store.